TSTP Solution File: PUZ094^5 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ094^5 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.zgVWvhNsvu true

% Computer : n006.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:31:08 EDT 2023

% Result   : Theorem 1.15s 0.84s
% Output   : Refutation 1.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   35
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   93 (  22 unt;  15 typ;   0 def)
%            Number of atoms       :  354 (   0 equ;   0 cnn)
%            Maximal formula atoms :   50 (   4 avg)
%            Number of connectives :  970 ( 225   ~; 238   |;  38   &; 469   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   30 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  15 usr;   6 con; 0-2 aty)
%            Number of variables   :  153 (   0   ^; 153   !;   0   ?; 153   :)

% Comments : 
%------------------------------------------------------------------------------
thf(a_fox_type,type,
    a_fox: $i ).

thf(sf_type,type,
    sf: $i > $i ).

thf(a_snail_type,type,
    a_snail: $i ).

thf(eats_type,type,
    eats: $i > $i > $o ).

thf(fox_type,type,
    fox: $i > $o ).

thf(animal_type,type,
    animal: $i > $o ).

thf(bird_type,type,
    bird: $i > $o ).

thf(msmaller_type,type,
    msmaller: $i > $i > $o ).

thf(wolf_type,type,
    wolf: $i > $o ).

thf(plant_type,type,
    plant: $i > $o ).

thf(snail_type,type,
    snail: $i > $o ).

thf(a_grain_type,type,
    a_grain: $i ).

thf(grain_type,type,
    grain: $i > $o ).

thf(a_bird_type,type,
    a_bird: $i ).

thf(a_wolf_type,type,
    a_wolf: $i ).

thf(cPUZ031_2,conjecture,
    ~ ( ! [X: $i] :
          ( ~ ( wolf @ X )
          | ( animal @ X ) )
      & ! [X: $i] :
          ( ~ ( fox @ X )
          | ( animal @ X ) )
      & ! [X: $i] :
          ( ~ ( bird @ X )
          | ( animal @ X ) )
      & ! [X: $i] :
          ( ~ ( snail @ X )
          | ( animal @ X ) )
      & ( wolf @ a_wolf )
      & ( fox @ a_fox )
      & ( bird @ a_bird )
      & ( snail @ a_snail )
      & ( grain @ a_grain )
      & ! [X: $i] :
          ( ~ ( grain @ X )
          | ( plant @ X ) )
      & ! [A: $i,P: $i,S: $i,O: $i] :
          ( ~ ( eats @ S @ O )
          | ~ ( msmaller @ S @ A )
          | ~ ( plant @ O )
          | ~ ( animal @ S )
          | ~ ( plant @ P )
          | ~ ( animal @ A )
          | ( eats @ A @ S )
          | ( eats @ A @ P ) )
      & ! [S: $i,B: $i] :
          ( ~ ( bird @ B )
          | ~ ( snail @ S )
          | ( msmaller @ S @ B ) )
      & ! [B: $i,F: $i] :
          ( ~ ( fox @ F )
          | ~ ( bird @ B )
          | ( msmaller @ B @ F ) )
      & ! [F: $i,W: $i] :
          ( ~ ( wolf @ W )
          | ~ ( fox @ F )
          | ( msmaller @ F @ W ) )
      & ! [F: $i,W: $i] :
          ( ~ ( eats @ W @ F )
          | ~ ( fox @ F )
          | ~ ( wolf @ W ) )
      & ! [W: $i,G: $i] :
          ( ~ ( eats @ W @ G )
          | ~ ( grain @ G )
          | ~ ( wolf @ W ) )
      & ! [B: $i,S: $i] :
          ( ~ ( eats @ B @ S )
          | ~ ( snail @ S )
          | ~ ( bird @ B ) )
      & ! [S: $i] :
          ( ~ ( snail @ S )
          | ( plant @ ( sf @ S ) ) )
      & ! [S: $i] :
          ( ~ ( snail @ S )
          | ( eats @ S @ ( sf @ S ) ) )
      & ! [A: $i,E: $i,G: $i] :
          ( ~ ( eats @ E @ G )
          | ~ ( eats @ A @ E )
          | ~ ( grain @ G )
          | ~ ( animal @ E )
          | ~ ( animal @ A ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ( ! [X: $i] :
        ( ~ ( wolf @ X )
        | ( animal @ X ) )
    & ! [X: $i] :
        ( ~ ( fox @ X )
        | ( animal @ X ) )
    & ! [X: $i] :
        ( ~ ( bird @ X )
        | ( animal @ X ) )
    & ! [X: $i] :
        ( ~ ( snail @ X )
        | ( animal @ X ) )
    & ( wolf @ a_wolf )
    & ( fox @ a_fox )
    & ( bird @ a_bird )
    & ( snail @ a_snail )
    & ( grain @ a_grain )
    & ! [X: $i] :
        ( ~ ( grain @ X )
        | ( plant @ X ) )
    & ! [A: $i,P: $i,S: $i,O: $i] :
        ( ~ ( eats @ S @ O )
        | ~ ( msmaller @ S @ A )
        | ~ ( plant @ O )
        | ~ ( animal @ S )
        | ~ ( plant @ P )
        | ~ ( animal @ A )
        | ( eats @ A @ S )
        | ( eats @ A @ P ) )
    & ! [S: $i,B: $i] :
        ( ~ ( bird @ B )
        | ~ ( snail @ S )
        | ( msmaller @ S @ B ) )
    & ! [B: $i,F: $i] :
        ( ~ ( fox @ F )
        | ~ ( bird @ B )
        | ( msmaller @ B @ F ) )
    & ! [F: $i,W: $i] :
        ( ~ ( wolf @ W )
        | ~ ( fox @ F )
        | ( msmaller @ F @ W ) )
    & ! [F: $i,W: $i] :
        ( ~ ( eats @ W @ F )
        | ~ ( fox @ F )
        | ~ ( wolf @ W ) )
    & ! [W: $i,G: $i] :
        ( ~ ( eats @ W @ G )
        | ~ ( grain @ G )
        | ~ ( wolf @ W ) )
    & ! [B: $i,S: $i] :
        ( ~ ( eats @ B @ S )
        | ~ ( snail @ S )
        | ~ ( bird @ B ) )
    & ! [S: $i] :
        ( ~ ( snail @ S )
        | ( plant @ ( sf @ S ) ) )
    & ! [S: $i] :
        ( ~ ( snail @ S )
        | ( eats @ S @ ( sf @ S ) ) )
    & ! [A: $i,E: $i,G: $i] :
        ( ~ ( eats @ E @ G )
        | ~ ( eats @ A @ E )
        | ~ ( grain @ G )
        | ~ ( animal @ E )
        | ~ ( animal @ A ) ) ),
    inference('cnf.neg',[status(esa)],[cPUZ031_2]) ).

thf(zip_derived_cl15,plain,
    wolf @ a_wolf,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl10,plain,
    ! [X21: $i] :
      ( ~ ( grain @ X21 )
      | ( plant @ X21 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl11,plain,
    grain @ a_grain,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl12,plain,
    snail @ a_snail,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13,plain,
    bird @ a_bird,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1,plain,
    ! [X3: $i] :
      ( ~ ( snail @ X3 )
      | ( eats @ X3 @ ( sf @ X3 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl8,plain,
    ! [X15: $i,X16: $i] :
      ( ~ ( snail @ X15 )
      | ( msmaller @ X15 @ X16 )
      | ~ ( bird @ X16 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9,plain,
    ! [X17: $i,X18: $i,X19: $i,X20: $i] :
      ( ~ ( msmaller @ X17 @ X18 )
      | ~ ( animal @ X17 )
      | ~ ( plant @ X19 )
      | ~ ( animal @ X18 )
      | ( eats @ X18 @ X17 )
      | ( eats @ X18 @ X19 )
      | ~ ( plant @ X20 )
      | ~ ( eats @ X17 @ X20 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl54,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( bird @ X0 )
      | ~ ( snail @ X1 )
      | ~ ( eats @ X1 @ X2 )
      | ~ ( plant @ X2 )
      | ( eats @ X0 @ X3 )
      | ( eats @ X0 @ X1 )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X3 )
      | ~ ( animal @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl9]) ).

thf(zip_derived_cl60,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( snail @ X0 )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X2 )
      | ( eats @ X2 @ X0 )
      | ( eats @ X2 @ X1 )
      | ~ ( plant @ ( sf @ X0 ) )
      | ~ ( snail @ X0 )
      | ~ ( bird @ X2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl54]) ).

thf(zip_derived_cl68,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( bird @ X2 )
      | ~ ( plant @ ( sf @ X0 ) )
      | ( eats @ X2 @ X1 )
      | ( eats @ X2 @ X0 )
      | ~ ( animal @ X2 )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X0 )
      | ~ ( snail @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl60]) ).

thf(zip_derived_cl2,plain,
    ! [X4: $i] :
      ( ~ ( snail @ X4 )
      | ( plant @ ( sf @ X4 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl72,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( snail @ X0 )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X2 )
      | ( eats @ X2 @ X0 )
      | ( eats @ X2 @ X1 )
      | ~ ( bird @ X2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl68,zip_derived_cl2]) ).

thf(zip_derived_cl16,plain,
    ! [X22: $i] :
      ( ~ ( snail @ X22 )
      | ( animal @ X22 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl73,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( bird @ X2 )
      | ( eats @ X2 @ X1 )
      | ( eats @ X2 @ X0 )
      | ~ ( animal @ X2 )
      | ~ ( plant @ X1 )
      | ~ ( snail @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl72,zip_derived_cl16]) ).

thf(zip_derived_cl3,plain,
    ! [X5: $i,X6: $i] :
      ( ~ ( bird @ X5 )
      | ~ ( snail @ X6 )
      | ~ ( eats @ X5 @ X6 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl74,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( snail @ X0 )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X2 )
      | ( eats @ X2 @ X1 )
      | ~ ( bird @ X2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl73,zip_derived_cl3]) ).

thf(zip_derived_cl17,plain,
    ! [X23: $i] :
      ( ~ ( bird @ X23 )
      | ( animal @ X23 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl75,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( bird @ X2 )
      | ( eats @ X2 @ X1 )
      | ~ ( plant @ X1 )
      | ~ ( snail @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl74,zip_derived_cl17]) ).

thf(zip_derived_cl76,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( snail @ X0 )
      | ~ ( plant @ X1 )
      | ( eats @ a_bird @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl13,zip_derived_cl75]) ).

thf(zip_derived_cl78,plain,
    ! [X0: $i] :
      ( ( eats @ a_bird @ X0 )
      | ~ ( plant @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl76]) ).

thf(zip_derived_cl14,plain,
    fox @ a_fox,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl11_001,plain,
    grain @ a_grain,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl10_002,plain,
    ! [X21: $i] :
      ( ~ ( grain @ X21 )
      | ( plant @ X21 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl78_003,plain,
    ! [X0: $i] :
      ( ( eats @ a_bird @ X0 )
      | ~ ( plant @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl76]) ).

thf(zip_derived_cl7,plain,
    ! [X13: $i,X14: $i] :
      ( ~ ( bird @ X13 )
      | ( msmaller @ X13 @ X14 )
      | ~ ( fox @ X14 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9_004,plain,
    ! [X17: $i,X18: $i,X19: $i,X20: $i] :
      ( ~ ( msmaller @ X17 @ X18 )
      | ~ ( animal @ X17 )
      | ~ ( plant @ X19 )
      | ~ ( animal @ X18 )
      | ( eats @ X18 @ X17 )
      | ( eats @ X18 @ X19 )
      | ~ ( plant @ X20 )
      | ~ ( eats @ X17 @ X20 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl55,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( fox @ X0 )
      | ~ ( bird @ X1 )
      | ~ ( eats @ X1 @ X2 )
      | ~ ( plant @ X2 )
      | ( eats @ X0 @ X3 )
      | ( eats @ X0 @ X1 )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X3 )
      | ~ ( animal @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl9]) ).

thf(zip_derived_cl106,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( plant @ X0 )
      | ~ ( animal @ a_bird )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X2 )
      | ( eats @ X2 @ a_bird )
      | ( eats @ X2 @ X1 )
      | ~ ( plant @ X0 )
      | ~ ( bird @ a_bird )
      | ~ ( fox @ X2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl78,zip_derived_cl55]) ).

thf(zip_derived_cl17_005,plain,
    ! [X23: $i] :
      ( ~ ( bird @ X23 )
      | ( animal @ X23 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13_006,plain,
    bird @ a_bird,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl24,plain,
    animal @ a_bird,
    inference('sup+',[status(thm)],[zip_derived_cl17,zip_derived_cl13]) ).

thf(zip_derived_cl13_007,plain,
    bird @ a_bird,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl116,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( plant @ X0 )
      | ~ ( plant @ X1 )
      | ~ ( animal @ X2 )
      | ( eats @ X2 @ a_bird )
      | ( eats @ X2 @ X1 )
      | ~ ( plant @ X0 )
      | ~ ( fox @ X2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl106,zip_derived_cl24,zip_derived_cl13]) ).

thf(zip_derived_cl117,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( fox @ X2 )
      | ( eats @ X2 @ X1 )
      | ( eats @ X2 @ a_bird )
      | ~ ( animal @ X2 )
      | ~ ( plant @ X1 )
      | ~ ( plant @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl116]) ).

thf(zip_derived_cl122,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( fox @ X0 )
      | ( eats @ X0 @ X1 )
      | ( eats @ X0 @ a_bird )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X1 ) ),
    inference(condensation,[status(thm)],[zip_derived_cl117]) ).

thf(zip_derived_cl18,plain,
    ! [X24: $i] :
      ( ~ ( fox @ X24 )
      | ( animal @ X24 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl123,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( plant @ X1 )
      | ( eats @ X0 @ a_bird )
      | ( eats @ X0 @ X1 )
      | ~ ( fox @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl122,zip_derived_cl18]) ).

thf(zip_derived_cl125,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( grain @ X0 )
      | ~ ( fox @ X1 )
      | ( eats @ X1 @ X0 )
      | ( eats @ X1 @ a_bird ) ),
    inference('sup-',[status(thm)],[zip_derived_cl10,zip_derived_cl123]) ).

thf(zip_derived_cl140,plain,
    ! [X0: $i] :
      ( ( eats @ X0 @ a_bird )
      | ( eats @ X0 @ a_grain )
      | ~ ( fox @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl11,zip_derived_cl125]) ).

thf(zip_derived_cl142,plain,
    ( ( eats @ a_fox @ a_grain )
    | ( eats @ a_fox @ a_bird ) ),
    inference('sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl140]) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( eats @ X0 @ X1 )
      | ~ ( animal @ X1 )
      | ~ ( animal @ X0 )
      | ~ ( grain @ X2 )
      | ~ ( eats @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl149,plain,
    ! [X0: $i] :
      ( ( eats @ a_fox @ a_grain )
      | ~ ( eats @ a_bird @ X0 )
      | ~ ( grain @ X0 )
      | ~ ( animal @ a_fox )
      | ~ ( animal @ a_bird ) ),
    inference('sup-',[status(thm)],[zip_derived_cl142,zip_derived_cl0]) ).

thf(zip_derived_cl18_008,plain,
    ! [X24: $i] :
      ( ~ ( fox @ X24 )
      | ( animal @ X24 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl14_009,plain,
    fox @ a_fox,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl32,plain,
    animal @ a_fox,
    inference('sup+',[status(thm)],[zip_derived_cl18,zip_derived_cl14]) ).

thf(zip_derived_cl24_010,plain,
    animal @ a_bird,
    inference('sup+',[status(thm)],[zip_derived_cl17,zip_derived_cl13]) ).

thf(zip_derived_cl159,plain,
    ! [X0: $i] :
      ( ( eats @ a_fox @ a_grain )
      | ~ ( eats @ a_bird @ X0 )
      | ~ ( grain @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl149,zip_derived_cl32,zip_derived_cl24]) ).

thf(zip_derived_cl247,plain,
    ! [X0: $i] :
      ( ~ ( plant @ X0 )
      | ~ ( grain @ X0 )
      | ( eats @ a_fox @ a_grain ) ),
    inference('sup-',[status(thm)],[zip_derived_cl78,zip_derived_cl159]) ).

thf(zip_derived_cl10_011,plain,
    ! [X21: $i] :
      ( ~ ( grain @ X21 )
      | ( plant @ X21 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl251,plain,
    ! [X0: $i] :
      ( ( eats @ a_fox @ a_grain )
      | ~ ( grain @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl247,zip_derived_cl10]) ).

thf(zip_derived_cl252,plain,
    eats @ a_fox @ a_grain,
    inference('sup-',[status(thm)],[zip_derived_cl11,zip_derived_cl251]) ).

thf(zip_derived_cl6,plain,
    ! [X11: $i,X12: $i] :
      ( ~ ( fox @ X11 )
      | ( msmaller @ X11 @ X12 )
      | ~ ( wolf @ X12 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9_012,plain,
    ! [X17: $i,X18: $i,X19: $i,X20: $i] :
      ( ~ ( msmaller @ X17 @ X18 )
      | ~ ( animal @ X17 )
      | ~ ( plant @ X19 )
      | ~ ( animal @ X18 )
      | ( eats @ X18 @ X17 )
      | ( eats @ X18 @ X19 )
      | ~ ( plant @ X20 )
      | ~ ( eats @ X17 @ X20 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( wolf @ X0 )
      | ~ ( fox @ X1 )
      | ~ ( eats @ X1 @ X2 )
      | ~ ( plant @ X2 )
      | ( eats @ X0 @ X3 )
      | ( eats @ X0 @ X1 )
      | ~ ( animal @ X0 )
      | ~ ( plant @ X3 )
      | ~ ( animal @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl9]) ).

thf(zip_derived_cl257,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( animal @ a_fox )
      | ~ ( plant @ X0 )
      | ~ ( animal @ X1 )
      | ( eats @ X1 @ a_fox )
      | ( eats @ X1 @ X0 )
      | ~ ( plant @ a_grain )
      | ~ ( fox @ a_fox )
      | ~ ( wolf @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl252,zip_derived_cl56]) ).

thf(zip_derived_cl32_013,plain,
    animal @ a_fox,
    inference('sup+',[status(thm)],[zip_derived_cl18,zip_derived_cl14]) ).

thf(zip_derived_cl14_014,plain,
    fox @ a_fox,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl270,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( plant @ X0 )
      | ~ ( animal @ X1 )
      | ( eats @ X1 @ a_fox )
      | ( eats @ X1 @ X0 )
      | ~ ( plant @ a_grain )
      | ~ ( wolf @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl257,zip_derived_cl32,zip_derived_cl14]) ).

thf(zip_derived_cl19,plain,
    ! [X25: $i] :
      ( ~ ( wolf @ X25 )
      | ( animal @ X25 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl330,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( wolf @ X1 )
      | ~ ( plant @ a_grain )
      | ( eats @ X1 @ X0 )
      | ( eats @ X1 @ a_fox )
      | ~ ( plant @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl270,zip_derived_cl19]) ).

thf(zip_derived_cl332,plain,
    ! [X0: $i] :
      ( ~ ( plant @ a_grain )
      | ( eats @ X0 @ a_fox )
      | ( eats @ X0 @ a_grain )
      | ~ ( wolf @ X0 ) ),
    inference(eq_fact,[status(thm)],[zip_derived_cl330]) ).

thf(zip_derived_cl337,plain,
    ! [X0: $i] :
      ( ~ ( grain @ a_grain )
      | ~ ( wolf @ X0 )
      | ( eats @ X0 @ a_grain )
      | ( eats @ X0 @ a_fox ) ),
    inference('sup-',[status(thm)],[zip_derived_cl10,zip_derived_cl332]) ).

thf(zip_derived_cl11_015,plain,
    grain @ a_grain,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl339,plain,
    ! [X0: $i] :
      ( ~ ( wolf @ X0 )
      | ( eats @ X0 @ a_grain )
      | ( eats @ X0 @ a_fox ) ),
    inference(demod,[status(thm)],[zip_derived_cl337,zip_derived_cl11]) ).

thf(zip_derived_cl341,plain,
    ( ( eats @ a_wolf @ a_fox )
    | ( eats @ a_wolf @ a_grain ) ),
    inference('sup-',[status(thm)],[zip_derived_cl15,zip_derived_cl339]) ).

thf(zip_derived_cl5,plain,
    ! [X9: $i,X10: $i] :
      ( ~ ( fox @ X9 )
      | ~ ( wolf @ X10 )
      | ~ ( eats @ X10 @ X9 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl343,plain,
    ( ( eats @ a_wolf @ a_grain )
    | ~ ( wolf @ a_wolf )
    | ~ ( fox @ a_fox ) ),
    inference('sup-',[status(thm)],[zip_derived_cl341,zip_derived_cl5]) ).

thf(zip_derived_cl15_016,plain,
    wolf @ a_wolf,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl14_017,plain,
    fox @ a_fox,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl357,plain,
    eats @ a_wolf @ a_grain,
    inference(demod,[status(thm)],[zip_derived_cl343,zip_derived_cl15,zip_derived_cl14]) ).

thf(zip_derived_cl4,plain,
    ! [X7: $i,X8: $i] :
      ( ~ ( wolf @ X7 )
      | ~ ( grain @ X8 )
      | ~ ( eats @ X7 @ X8 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl370,plain,
    ( ~ ( grain @ a_grain )
    | ~ ( wolf @ a_wolf ) ),
    inference('sup-',[status(thm)],[zip_derived_cl357,zip_derived_cl4]) ).

thf(zip_derived_cl11_018,plain,
    grain @ a_grain,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl15_019,plain,
    wolf @ a_wolf,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl384,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl370,zip_derived_cl11,zip_derived_cl15]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ094^5 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.zgVWvhNsvu true
% 0.13/0.35  % Computer : n006.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 22:42:52 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in HO mode
% 0.21/0.66  % Total configuration time : 828
% 0.21/0.66  % Estimated wc time : 1656
% 0.21/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.21/0.74  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.21/0.76  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.21/0.78  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 0.21/0.79  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 1.15/0.84  % Solved by lams/40_c_ic.sh.
% 1.15/0.84  % done 136 iterations in 0.077s
% 1.15/0.84  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.15/0.84  % SZS output start Refutation
% See solution above
% 1.15/0.85  
% 1.15/0.85  
% 1.15/0.85  % Terminating...
% 2.01/0.96  % Runner terminated.
% 2.01/0.97  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------